home *** CD-ROM | disk | FTP | other *** search
/ The Genius of Edison / The Genius of Edison (Version 1.0)(Softkey Multimedia)(GOE744AE-CD)(1996).ISO / pc / data / shared.cst / 00048_Script_ERROR ALERTING < prev    next >
Text File  |  1996-09-03  |  283b  |  7 lines

  1. -- --------------------------------------------------------------
  2. -- Handler errorAlert is called when an error has occured. It 
  3. -- alerts the user with the given message.
  4.  
  5. on errorAlert theMessage
  6.   alert theMessage && "in movie:" && the movieName && "frame:" && the frame
  7. end